home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 252 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  840 b 

  1. Path: ix.netcom.com!netnews
  2. From: miker3@ix.netcom.com (Mike Rubenstein)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 4.0 graph.h
  5. Date: Wed, 03 Jan 1996 12:02:55 GMT
  6. Organization: Netcom
  7. Message-ID: <30ea6fc4.45839488@nntp.ix.netcom.com>
  8. References: <30EA62BE.557F@ix.netcom.com>
  9. NNTP-Posting-Host: ix-dc8-18.ix.netcom.com
  10. X-NETCOM-Date: Wed Jan 03  4:02:16 AM PST 1996
  11. X-Newsreader: Forte Agent .99c/16.141
  12.  
  13. "Michael E. Hogberg" <hogberg@ix.netcom.com> wrote:
  14.  
  15. |>When I try to use the graph.h header I get this error??
  16. |>
  17. |>
  18. |>graph.h(468) : error C4226: nonstandard extension used : '__far' is
  19. an 
  20. |>obsolete keyword
  21. |>
  22. |>Anyone help???
  23.  
  24. You are using a graph.h that is intended for use with another
  25. compiler.  VC++ 4.0 doesn't include this nonstandard header.
  26.  
  27. VC++ 4.0 neither needs nor supports the __far keyword.
  28.  
  29. Michael M Rubenstein
  30.